Series and Summation Notation

Definition of a Series

A series is the sum of the terms of a sequence. If {an} is a sequence, then the corresponding series is written as:

S=a1+a2+a3+…

More generally, the sum of the first n terms of a sequence is called the partial sum of the series:

Sn=a1+a2+⋯+an=∑k=1nak

A series can either be finite (a sum of a fixed number of terms) or infinite (a sum of infinitely many terms).


Summation Notation (Sigma Notation)

Summation notation (also called sigma notation) is a compact way of writing the sum of the terms in a sequence. It is represented using the Greek capital letter Σ:

∑k=1nak

Where:

Example:

The sum of the first 5 terms of the sequence an=n2 can be written as:

∑n=15n2=12+22+32+42+52=1+4+9+16+25=55

Partial Sums

A partial sum is the sum of the first n terms of a series. The partial sum of the series {an} is given by:

Sn=a1+a2+a3+⋯+an=∑k=1nak

Partial sums are important because they help analyze whether an infinite series converges or diverges.

Example of Partial Sums:

For the sequence an=1n, the partial sums for the first 3 terms are:

S1=1,S2=1+12=32,S3=1+12+13=116

Infinite Series

An infinite series is the sum of infinitely many terms of a sequence:

S=a1+a2+a3+⋯=∑k=1∞ak

The sum of an infinite series is defined as the limit of the sequence of partial sums. If the partial sums approach a finite number S, we say the series converges to S:

S=limn→∞Sn

If the partial sums do not approach a finite limit, we say the series diverges.


Convergence and Divergence of Series

Convergence:

An infinite series ∑n=1∞an converges if the sequence of partial sums {Sn} has a finite limit as n→∞. That is:

limn→∞Sn=L

where L is a real number. The series then sums to L.

Example of a Convergent Series:

Consider the geometric series:

S=1+12+14+18+…

This series converges to:

S=11−12=2

Divergence:

An infinite series ∑n=1∞an diverges if the partial sums do not approach a finite limit. This may happen if the partial sums grow without bound, or if they oscillate between values without settling on a single number.

Example of a Divergent Series:

The harmonic series ∑n=1∞1n is an example of a divergent series:

S=1+12+13+14+…

Although the terms get smaller, the partial sums increase without bound, meaning the series diverges.

Tests for Convergence:

There are several tests to determine if a series converges or diverges, including:

  1. nth-Term Test for Divergence: If limn→∞an≠0, then the series diverges.
  2. Geometric Series Test: A geometric series ∑n=0∞arn converges if |r|<1.
  3. Integral Test: A series ∑an can be compared to an integral ∫f(x)dx to test for convergence.
  4. Comparison Test: Compare the series ∑an with another known convergent or divergent series to determine the behavior.